.banner {
    background-color: transparent; 
    border-bottom: solid; 
	border-color:#99ccff;
    color: black;
    position: fixed;
    left: 30px;
    top: 30px;
    width: 1000px;
    height: 100px;
    font-family: 'Arial', sans-serif;
}

.banner h1 {
    padding-left: 170px;
	font-size: 40px
}

.menu {
    color: #0d47a1;
    position: fixed;
    left: 30px;
    top: 150px;
    width: 150px;
    height: 450px;
    color: black;
    border-right: solid;
    border-color:  #99ccff;
    font-family: 'Verdana', sans-serif; 
}

.menu p {
    padding-left: 20px;
}

.contentheading h5{
    color: #0d47a1;
    position: fixed;
    left: 200px;
    top: 120px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: center;
    font-size: 40px;
    font-family: 'Verdana', serif; 
}

.contentheading hr {
	position: fixed;
    left: 200px;
    top: 240px;
    width: 830px;
}

.reading {
    color: #0d47a1;
    position: fixed;
    left: 220px;
    top: 260px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: 'Verdana', serif; 
}

.reading p{
    color: #0d47a1;
    position: fixed;
    left: 230px;
    top: 275px;
    color: black;
    text-align: left;
    font-size: 15px;
    font-family: 'Verdana', serif; 
}

.cooking {
    color: #0d47a1;
    position: fixed;
    left: 220px;
    top: 315px;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: 'Verdana', serif; 
	text-decoration: underline;
}

.cooking p{
    color: #0d47a1;
    position: fixed;
    left: 230px;
    top: 330px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 15px;
    font-family: 'Verdana', serif; 
}

.TV {
    color: #0d47a1;
    position: fixed;
    left: 220px;
    top: 370px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: 'Verdana', serif;
}

.TV p{
    color: #0d47a1;
    position: fixed;
    left: 230px;
    top: 385px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 15px;
    font-family: 'Verdana', serif; 
}

.Friends {
    color: #0d47a1;
    position: fixed;
    left: 220px;
    top: 425px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: 'Verdana', serif;
}

.Friends p{
    color: #0d47a1;
    position: fixed;
    left: 230px;
    top: 440px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 15px;
    font-family: 'Verdana', serif; 
}
    
.footer {
    color: #0d47a1;
    position: fixed;
    left: 30px;    
    top: 620px;
    width: 1000px;
    height: 80px;
    color: black;
    border-top: solid;
    border-color: #99ccff; 
    font-family: 'Times New Roman', serif; /* Times New Roman Font */
}

.footer p {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

.banner img {
    position: fixed;
    left: 60px; 
    top: 40px;  
    width: 80px;
    height: 80px;
}

.food img{
	position: fixed;
    left: 750px;
    top: 260px;
    width: 280px;
    height: 220px;
}